1*16467b97STreehugger Robot<?xml version="1.0" encoding="utf-8"?> 2*16467b97STreehugger Robot<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3*16467b97STreehugger Robot <PropertyGroup> 4*16467b97STreehugger Robot <ProjectType>Local</ProjectType> 5*16467b97STreehugger Robot <ProductVersion>8.0.50727</ProductVersion> 6*16467b97STreehugger Robot <SchemaVersion>2.0</SchemaVersion> 7*16467b97STreehugger Robot <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8*16467b97STreehugger Robot <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9*16467b97STreehugger Robot <ApplicationIcon> 10*16467b97STreehugger Robot </ApplicationIcon> 11*16467b97STreehugger Robot <AssemblyKeyContainerName> 12*16467b97STreehugger Robot </AssemblyKeyContainerName> 13*16467b97STreehugger Robot <AssemblyName>Antlr3.Runtime</AssemblyName> 14*16467b97STreehugger Robot <AssemblyOriginatorKeyFile> 15*16467b97STreehugger Robot </AssemblyOriginatorKeyFile> 16*16467b97STreehugger Robot <DefaultClientScript>JScript</DefaultClientScript> 17*16467b97STreehugger Robot <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 18*16467b97STreehugger Robot <DefaultTargetSchema>IE50</DefaultTargetSchema> 19*16467b97STreehugger Robot <DelaySign>false</DelaySign> 20*16467b97STreehugger Robot <OutputType>Library</OutputType> 21*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 22*16467b97STreehugger Robot <NoStandardLibraries>false</NoStandardLibraries> 23*16467b97STreehugger Robot <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 24*16467b97STreehugger Robot <StartupObject> 25*16467b97STreehugger Robot </StartupObject> 26*16467b97STreehugger Robot <FileUpgradeFlags> 27*16467b97STreehugger Robot </FileUpgradeFlags> 28*16467b97STreehugger Robot <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid> 29*16467b97STreehugger Robot </PropertyGroup> 30*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31*16467b97STreehugger Robot <OutputPath>bin\Debug\net-2.0\</OutputPath> 32*16467b97STreehugger Robot <BaseAddress>285212672</BaseAddress> 33*16467b97STreehugger Robot <ConfigurationOverrideFile> 34*16467b97STreehugger Robot </ConfigurationOverrideFile> 35*16467b97STreehugger Robot <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants> 36*16467b97STreehugger Robot <DocumentationFile> 37*16467b97STreehugger Robot </DocumentationFile> 38*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 39*16467b97STreehugger Robot <FileAlignment>4096</FileAlignment> 40*16467b97STreehugger Robot <RegisterForComInterop>false</RegisterForComInterop> 41*16467b97STreehugger Robot <RemoveIntegerChecks>false</RemoveIntegerChecks> 42*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 43*16467b97STreehugger Robot <DebugType>full</DebugType> 44*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 45*16467b97STreehugger Robot <OutputType>Library</OutputType> 46*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 47*16467b97STreehugger Robot <Optimize>true</Optimize> 48*16467b97STreehugger Robot <StartupObject /> 49*16467b97STreehugger Robot <GenerateDocumentation>true</GenerateDocumentation> 50*16467b97STreehugger Robot </PropertyGroup> 51*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 52*16467b97STreehugger Robot <OutputPath>bin\Release\net-2.0\</OutputPath> 53*16467b97STreehugger Robot <BaseAddress>285212672</BaseAddress> 54*16467b97STreehugger Robot <ConfigurationOverrideFile> 55*16467b97STreehugger Robot </ConfigurationOverrideFile> 56*16467b97STreehugger Robot <DefineConstants>STRONG_NAME;DOTNET2</DefineConstants> 57*16467b97STreehugger Robot <DocumentationFile>bin\Release\net-2.0\Antlr3.Runtime.XML</DocumentationFile> 58*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 59*16467b97STreehugger Robot <FileAlignment>4096</FileAlignment> 60*16467b97STreehugger Robot <RegisterForComInterop>false</RegisterForComInterop> 61*16467b97STreehugger Robot <RemoveIntegerChecks>false</RemoveIntegerChecks> 62*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 63*16467b97STreehugger Robot <DebugType>full</DebugType> 64*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 65*16467b97STreehugger Robot <OutputType>Library</OutputType> 66*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 67*16467b97STreehugger Robot <Optimize>true</Optimize> 68*16467b97STreehugger Robot <StartupObject /> 69*16467b97STreehugger Robot </PropertyGroup> 70*16467b97STreehugger Robot <ItemGroup> 71*16467b97STreehugger Robot <Reference Include="System" /> 72*16467b97STreehugger Robot </ItemGroup> 73*16467b97STreehugger Robot <ItemGroup> 74*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" /> 75*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" /> 76*16467b97STreehugger Robot <Compile Include="AssemblyInfo.cs" /> 77*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\BitSet.cs" /> 78*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ICharStream.cs" /> 79*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CharStreamState.cs" /> 80*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ClassicToken.cs" /> 81*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CommonToken.cs" /> 82*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\DFA.cs" /> 83*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\EarlyExitException.cs" /> 84*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\FailedPredicateException.cs" /> 85*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\IIntStream.cs" /> 86*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedNotSetException.cs" /> 87*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedRangeException.cs" /> 88*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedSetException.cs" /> 89*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedTokenException.cs" /> 90*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedTreeNodeException.cs" /> 91*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\NoViableAltException.cs" /> 92*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Parser.cs" /> 93*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ParserRuleReturnScope.cs" /> 94*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\RecognitionException.cs" /> 95*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\RuleReturnScope.cs" /> 96*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Token.cs" /> 97*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ITokenSource.cs" /> 98*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MissingTokenException.cs" /> 99*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonErrorNode.cs" /> 100*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\UnwantedTokenException.cs" /> 101*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Collections\CollectionUtils.cs" /> 102*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Collections\HashList.cs" /> 103*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Collections\StackList.cs" /> 104*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\BaseTree.cs" /> 105*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\BaseTreeAdaptor.cs" /> 106*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonTree.cs" /> 107*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonTreeAdaptor.cs" /> 108*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonTreeNodeStream.cs" /> 109*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITree.cs" /> 110*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITreeAdaptor.cs" /> 111*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITreeNodeStream.cs" /> 112*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ParseTree.cs" /> 113*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeParser.cs" /> 114*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeRuleReturnScope.cs" /> 115*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" /> 116*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugParser.cs" /> 117*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTokenStream.cs" /> 118*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\IDebugEventListener.cs" /> 119*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTreeAdaptor.cs" /> 120*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Constants.cs" /> 121*16467b97STreehugger Robot <Compile Include="Messages.Designer.cs"> 122*16467b97STreehugger Robot <DependentUpon>Messages.resx</DependentUpon> 123*16467b97STreehugger Robot </Compile> 124*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTreeNodeStream.cs" /> 125*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\BlankDebugEventListener.cs" /> 126*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\RemoteDebugEventSocketListener.cs" /> 127*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\TraceDebugEventListener.cs" /> 128*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventHub.cs" /> 129*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventRepeater.cs" /> 130*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTreeParser.cs" /> 131*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\ParseTreeBuilder.cs" /> 132*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\Profiler.cs" /> 133*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\Tracer.cs" /> 134*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\Stats.cs" /> 135*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\ErrorManager.cs" /> 136*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeWizard.cs" /> 137*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreePatternLexer.cs" /> 138*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleNodeStream.cs" /> 139*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreePatternParser.cs" /> 140*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteCardinalityException.cs" /> 141*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteEarlyExitException.cs" /> 142*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteEmptyStreamException.cs" /> 143*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleElementStream.cs" /> 144*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleSubtreeStream.cs" /> 145*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleTokenStream.cs" /> 146*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\UnBufferedTreeNodeStream.cs" /> 147*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRInputStream.cs" /> 148*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRReaderStream.cs" /> 149*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\BaseRecognizer.cs" /> 150*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CommonTokenStream.cs" /> 151*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\RecognizerSharedState.cs" /> 152*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\IToken.cs" /> 153*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ITokenStream.cs" /> 154*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Lexer.cs" /> 155*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\TokenRewriteStream.cs" /> 156*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITreeVisitorAction.cs" /> 157*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeVisitor.cs" /> 158*16467b97STreehugger Robot </ItemGroup> 159*16467b97STreehugger Robot <ItemGroup> 160*16467b97STreehugger Robot <EmbeddedResource Include="Messages.resx"> 161*16467b97STreehugger Robot <SubType>Designer</SubType> 162*16467b97STreehugger Robot <Generator>ResXFileCodeGenerator</Generator> 163*16467b97STreehugger Robot </EmbeddedResource> 164*16467b97STreehugger Robot </ItemGroup> 165*16467b97STreehugger Robot <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 166*16467b97STreehugger Robot <PropertyGroup> 167*16467b97STreehugger Robot <PreBuildEvent> 168*16467b97STreehugger Robot </PreBuildEvent> 169*16467b97STreehugger Robot <PostBuildEvent> 170*16467b97STreehugger Robot </PostBuildEvent> 171*16467b97STreehugger Robot <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid> 172*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 173*16467b97STreehugger Robot </PropertyGroup> 174*16467b97STreehugger Robot</Project>